auto-regressive model

Terms from Artificial Intelligence: humans at the heart of algorithms

An auto-regressive model (of order n) is used when a time series is believed to be of the form xt = a1 xt-1 + … + a1 xt-(n-1) + noiset. The simplest example is a drunkards walk where n=1 and a1=1.

Defined on page 331

Used on page 331

Also known as auto-regressive